Package com.netscape.certsrv.ldap
Class ELdapException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.netscape.certsrv.base.EBaseException
com.netscape.certsrv.dbs.DBException
com.netscape.certsrv.ldap.ELdapException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ECompSyntaxErr
,ELdapServerDownException
,EMapperNotFound
,EMapperPluginNotFound
,EPublisherNotFound
,EPublisherPluginNotFound
,ERuleNotFound
,ERulePluginNotFound
A class that represents a Ldap exception. Various
errors can occur when interacting with a Ldap directory server.
- See Also:
-
Field Summary
Fields inherited from class com.netscape.certsrv.base.EBaseException
mParams
-
Constructor Summary
ConstructorsConstructorDescriptionELdapException
(String msgFormat) Constructs a Ldap exception.ELdapException
(String msgFormat, Object[] params) Constructs a Ldap exception.ELdapException
(String msgFormat, Throwable cause) Constructs a Ldap exception. -
Method Summary
Methods inherited from class com.netscape.certsrv.base.EBaseException
getParameters, toString, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
ELdapException
Constructs a Ldap exception.- Parameters:
msgFormat
- Resource Key, if key not present, serves as the message.
-
ELdapException
Constructs a Ldap exception.- Parameters:
msgFormat
- Resource Key, if key not present, serves as the message.cause
- the cause
-
ELdapException
Constructs a Ldap exception.- Parameters:
msgFormat
- Resource Key, if key not present, serves as the message.params
- Array of Message string parameters.
-
-
Method Details
-
getBundleName
Gets the resource bundle name- Overrides:
getBundleName
in classDBException
- Returns:
- Name of the Ldap Exception resource bundle name.
-